{% extends 'base_dashboard.html' %} {% block title %}Categories — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Categories

Organize courses and certifications by category

Add category
{% for cat in categories %} {% empty %} {% endfor %}
Name Applies to Order Status
{{ cat.name }}
{% if cat.description %}
{{ cat.description }}
{% endif %}
{{ cat.get_applies_to_display }} {{ cat.order }} {% if cat.is_active %} Active {% else %} Inactive {% endif %} Edit
{% csrf_token %}
No categories yet. Add one to start organizing courses and certifications.
{% endblock %}